C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / LoadAsync Method / LoadAsync(StorageFile,BaseTransform[]) Method
The input StorageFile.
The transformation chain for the image that is being loaded.

In This Topic
LoadAsync(StorageFile,BaseTransform[]) Method
In This Topic
Loads the image from a StorageFile.
Syntax
'Declaration
 
Public Overloads Function LoadAsync( _
   ByVal storageFile As Windows.Storage.StorageFile, _
   ByVal ParamArray transforms() As BaseTransform _
) As System.Threading.Tasks.Task
 

Parameters

storageFile
The input StorageFile.
transforms
The transformation chain for the image that is being loaded.
See Also